


.fix_div{
    position:fixed;
	top:260px;
	/*right:50%;
	margin-right:-645px;*/
	right:20px;
    z-index: 200;
}

.fix_div li{
    /*
    width:97px;
	height:85px;*/
    width:75px;
	height:65px;
	margin-bottom:4px;
	cursor:pointer;
	border:1px solid #9a9a9a;
}


.fix_div li a{
    width:100%;
	height:100%;
    display: block;
}

.fix_div .wechat{
    /*background:url(../../images/img_5.png) #005fac;*/
    background:url(../../images/img_5.png) #91BF00;
}
.fix_div .wechat:hover{
    background:url(../../images/img_5.png) #ff7437;
}


.fix_div .qq{
    /*background:url(../../images/img_6.png) #005fac;*/
    background:url(../../images/img_6.png) #91BF00;
}
.fix_div .qq:hover{
    background:url(../../images/img_6.png) #ff7437;
}


.fix_div .phone{
    /*background:url(../../images/img_7.png) #005fac;*/
    background:url(../../images/img_7.png) #91BF00;
}
.fix_div .phone:hover{
    background:url(../../images/img_7.png) #ff7437;
}


.fix_div .company_video{
    /*background:url(../../images/img_7.png) #005fac;*/
    background:url(../../images/img_57.png) #91BF00 no-repeat center center;
}
.fix_div .company_video:hover{
    background:url(../../images/img_57.png) #ff7437 no-repeat center center;
}


/*  定义 放置百度分享按钮的样式  */
.fix_div .share{
}
.fix_div .share:hover{
}
/*   自定义 百度分享按钮的样式  */
.fix_div .bdsharebuttonbox a.more{
    /*
    width:97px;
    height:85px;
	*/
    width:75px;
	height:65px;
	padding:0;
	margin:0;
    /*background:url(../../images/img_8.png) #005fac;*/
    background:url(../../images/img_8.png) #91BF00;
}
.fix_div .bdsharebuttonbox a.more:hover{
    background:url(../../images/img_8.png) #ff7437;
}





.fix_div .top{
    /*background:url(../../images/img_9.png) #005fac;*/
    background:url(../../images/img_9.png) #91BF00;
}
.fix_div .top:hover{
    background:url(../../images/img_9.png) #ff7437;
}


.fix_div .big_img {
    position: absolute;
	/*z-index:1000;
    opacity: 200;*/
    top: -89px;
    left: -190px;
    box-shadow: 0 0 15px 3px #8a8a8a;
    background-color: #ffffff;
    padding: 14px 5px 5px;
    border: 1px solid #cccccc;
    display: none;
}

.fix_div .big_img2 {
    position: absolute;
	/*z-index:1000;
    opacity: 200;*/
    top: 80px;
    left: -190px;
    box-shadow: 0 0 15px 3px #8a8a8a;
    background-color: #ffffff;
    padding: 14px 5px 5px;
    border: 1px solid #cccccc;
    display: none;
}

.fix_div .big_img .msg, .fix_div .big_img2 .msg{
    font-size: 12px;
    color: #3e3e3f;
    text-align: center;
    line-height: 18px;
}

.fix_div .big_img .er_img, .fix_div .big_img2 .er_img{
    width: 148px;
    height: 148px;
    /*margin: 4px auto;*/
}

.fix_div .big_img .er_img img, .fix_div .big_img2 .er_img img{
    width: 100%;
    height: 100%;
}




